Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade cspell from 6.31.3 to 8.14.4 #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WontonSam
Copy link
Owner

Snyk has created this PR to upgrade cspell from 6.31.3 to 8.14.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 67 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-09-18.
Release notes
Package name: cspell
  • 8.14.4 - 2024-09-18

    Changes

    Fixes

    fix: Remove object from cache (#6257)

    fix: Remove object from cache (#6257)

    flatpack-json was caching the objects it got for performance. But this created an issue when one of those objects were updated in the background. Since the object was cached, it was assumed that nothing had changed.


  • 8.14.3 - 2024-09-17
    Read more
  • 8.14.2 - 2024-08-20

    Changes

    Fixes

    fix: Remove timeout in ESLint plugin (#6124)

    fix: Remove timeout in ESLint plugin (#6124)

    fixes #5825


  • 8.14.1 - 2024-08-17

    Changes

    • Republish
  • 8.13.3 - 2024-08-12

    Changes

    Fixes

    fix: Try non-English suffix endings on word breaks (#6066)

    fix: Try non-English suffix endings on word breaks (#6066)

    Related to #6065.

    When breaking a camel case word into its parts there are two word break patterns:

    • regExpCamelCaseWordBreaks
    • regExpCamelCaseWordBreaksWithEnglishSuffix is the default pattern.
      It is the same as regExpCamelCaseWordBreaks, but will not split ALL CAPS words with English suffixes.

    Using just regExpCamelCaseWordBreaks misses unknown 4-letter words.
    The code below was tried, but it missed flagging words like LSTMs:

    • LSTM was caught.
    • LSTMs was missed because it becomes LST and Ms.
    const results = _checkCamelCaseWord(vr, regExpCamelCaseWordBreaks);
    if (!results.length) return results;
    const resultsEnglishBreaks = _checkCamelCaseWord(vr, regExpCamelCaseWordBreaksWithEnglishSuffix);
    return results.length < resultsEnglishBreaks.length ? results : resultsEnglishBreaks;
    • Make sure the API doesn't change when adding functions to text.ts.
    • Fix possible accent issue with wordSplitter (note, not an issue with Normalized strings).

    Dictionary Updates

    fix: Workflow Bot -- Update Dictionaries (main) (#6070)

    fix: Workflow Bot -- Update Dictionaries (main) (#6070)

    Update Dictionaries (main)

    Summary

     packages/cspell-bundled-dicts/package.json |  2 +-
     pnpm-lock.yaml                             | 10 +++++-----
     2 files changed, 6 insertions(+), 6 deletions(-)
    

    Documentation

    docs: fix grammar issue. (#6064)

    docs: fix grammar issue. (#6064)

    fixes #6059


  • 8.13.2 - 2024-08-08

    Changes

    Fixes

    fix: Stop duplicate issue output. (#6058)

    fix: Stop duplicate issue output. (#6058)

    Kind of reverts #4495

    Since the output no longer lists each file, repeating the issues at the end is redundant.

    8.11.0
    image

    8.13.0
    image

    After this change.
    image


    fix: make sure reported issues are consistent. (#6032)

    fix: make sure reported issues are consistent. (#6032)


    Dictionary Updates

    fix: Workflow Bot -- Update Dictionaries (main) (#6050)

    fix: Workflow Bot -- Update Dictionaries (main) (#6050)

    Update Dictionaries (main)

    Summary

     packages/cspell-bundled-dicts/package.json |  6 +++---
     pnpm-lock.yaml                             | 31 ++++++++++++++++++------------
     2 files changed, 22 insertions(+), 15 deletions(-)
    

    fix: Workflow Bot -- Update Dictionaries (main) (#6037)

    fix: Workflow Bot -- Update Dictionaries (main) (#6037)

    Update Dictionaries (main)

    Summary

     .../Azure/azure-rest-api-specs/report.yaml         |    2 +-
     .../googleapis/google-cloud-cpp/report.yaml        |    5 +-
     .../googleapis/google-cloud-cpp/snapshot.txt       |    3 +-
     .../snapshots/ktaranov/sqlserver-kit/report.yaml   | 3590 ++----------
     .../snapshots/ktaranov/sqlserver-kit/snapshot.txt  | 5849 ++++++--------------
     .../microsoft/TypeScript-Website/report.yaml       |    2 +-
     .../snapshots/vitest-dev/vitest/report.yaml        |    2 +-
     packages/cspell-bundled-dicts/package.json         |    6 +-
     pnpm-lock.yaml                                     |   30 +-
     9 files changed, 1983 insertions(+), 7506 deletions(-)
    

    Documentation

    docs: fix website build (#6055)

    docs: fix website build (#6055)


  • 8.13.1 - 2024-08-02
    Read more
  • 8.13.0 - 2024-07-30
    Read more
  • 8.12.1 - 2024-07-22
    Read more
  • 8.11.0 - 2024-07-16
  • 8.10.4 - 2024-07-05
  • 8.10.2 - 2024-07-05
  • 8.10.1 - 2024-07-05
  • 8.10.0 - 2024-07-02
  • 8.9.1 - 2024-06-20
  • 8.9.0 - 2024-06-18
  • 8.9.0-alpha.0 - 2024-06-18
  • 8.8.4 - 2024-06-03
  • 8.8.3 - 2024-05-23
  • 8.8.2 - 2024-05-22
  • 8.8.1 - 2024-05-10
  • 8.8.0 - 2024-05-03
  • 8.7.0 - 2024-04-10
  • 8.6.1 - 2024-03-25
  • 8.6.0 - 2024-03-05
  • 8.5.0 - 2024-03-01
  • 8.4.1 - 2024-02-20
  • 8.4.0 - 2024-02-19
  • 8.3.2 - 2024-01-02
  • 8.3.1 - 2024-01-01
  • 8.3.0 - 2023-12-30
  • 8.2.4 - 2023-12-28
  • 8.2.3 - 2023-12-22
  • 8.2.1 - 2023-12-20
  • 8.2.0 - 2023-12-20
  • 8.1.3 - 2023-12-06
  • 8.1.2 - 2023-12-04
  • 8.1.1 - 2023-12-04
  • 8.1.0 - 2023-12-01
  • 8.0.0 - 2023-11-07
  • 7.3.9 - 2023-11-07
  • 7.3.8 - 2023-10-13
  • 7.3.7 - 2023-09-28
  • 7.3.6 - 2023-09-13
  • 7.3.5 - 2023-09-10
  • 7.3.4 - 2023-09-10
  • 7.3.3 - 2023-09-09
  • 7.3.2 - 2023-09-01
  • 7.3.1 - 2023-09-01
  • 7.3.0 - 2023-09-01
  • 7.2.0 - 2023-08-29
  • 7.1.1 - 2023-08-28
  • 7.0.2 - 2023-08-28
  • 7.0.1 - 2023-08-21
  • 7.0.1-alpha.9 - 2023-08-10
  • 7.0.1-alpha.8 - 2023-07-21
  • 7.0.1-alpha.7 - 2023-07-19
  • 7.0.1-alpha.6 - 2023-07-14
  • 7.0.1-alpha.5 - 2023-07-14
  • 7.0.1-alpha.4 - 2023-07-12
  • 7.0.1-alpha.3 - 2023-07-11
  • 7.0.1-alpha.2 - 2023-07-09
  • 7.0.1-alpha.1 - 2023-07-08
  • 7.0.1-alpha.0 - 2023-06-09
  • 7.0.0 - 2023-08-10
  • 7.0.0-alpha.2 - 2023-05-07
  • 7.0.0-alpha.1 - 2023-04-14
  • 6.31.3 - 2023-08-08
from cspell GitHub release notes
Commit messages
Package name: cspell
  • aeedd49 v8.14.4
  • ea24297 fix: Remove object from cache (#6257)
  • 295678c chore: Update Integration Test Performance Data (#6256)
  • ce99637 v8.14.3
  • 189ac16 chore: Update Integration Test Performance Data (#6254)
  • 90ff58c ci: Workflow Bot -- Update ALL Dependencies (main) (#6255)
  • b02106b chore: bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 in /.github/actions/pr (#6245)
  • f5e5ce2 chore: bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 (#6246)
  • f5540cc ci: Workflow Bot -- Update ALL Dependencies (main) (#6241)
  • a6504e8 chore: Update Integration Test Performance Data (#6244)
  • a707600 fix: Add ability to unpack and preserve order (#6252)
  • 319f09e fix: Make flatpack-json diff friendly. (#6243)
  • dcabb73 chore: Update Integration Test Performance Data (#6242)
  • 7868093 ci: Workflow Bot -- Update ALL Dependencies (main) (#6238)
  • 4f0b15d chore: Update Integration Test Performance Data (#6240)
  • 0ad7305 ci: Workflow Bot -- Update Integration Snapshots (main) (#6239)
  • 85f6794 chore: Update Integration Test Performance Data (#6237)
  • 8ea1a81 ci: Workflow Bot -- Update ALL Dependencies (main) (#6236)
  • 10b412f docs: build docs (#6234)
  • f4697d0 refactor: rename package `@ cspell/normalize-json` to `flatpack-json` (#6235)
  • f671927 chore: Update Integration Test Performance Data (#6230)
  • 4d33dac chore: bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 in /.github/actions/pr (#6232)
  • 1cf8e3a chore: bump typedoc-plugin-markdown from 4.2.6 to 4.2.7 (#6219)
  • fa24e9b chore: bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 (#6233)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

google-cla bot commented Oct 10, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants